/* slide */

.slide-main {
    height:calc(100vh - 178px);;
    position: relative;
}

.prev,
.next {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 222;
    top: 40%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
    left: 70px;
}

.next {
    right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.bitem {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
    bottom: 40px;
    left: 0;
    text-align: center;
}

.bitem a {
    display: inline-block;
    width: 24px;
    height: 5px;
    margin-right: 11px;
    background: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
}

.bitem a.cur {
    background: #00772d;
}

.slide-box,
.slide {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-box {
    position: relative;
}

.slide {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 8;
}

#bgstylea {
    background: #fff;
}

#bgstyleb {
    background: #fff;
}

#bgstylec {
    background: #fff;
}

.slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.slide a img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#playBox {
    width: 608px;
    height: 283px;
    position: relative;
    overflow: hidden;
}

#playBox .oUlplay {
    width: 99999px;
    position: absolute;
    left: 0;
    top: 0;
}

#playBox .oUlplay li {
    float: left;
}

#playBox .pre {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../img/l.png) no-repeat;
    position: absolute;
    top: 125px;
    left: 10px;
    z-index: 10;
}

#playBox .next {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../img/r.png) no-repeat;
    position: absolute;
    top: 125px;
    right: 10px;
    z-index: 10;
}

#playBox .smalltitle {
    width: 1000px;
    height: 10px;
    position: absolute;
    bottom: 15px;
    z-index: 10
}

#playBox .smalltitle ul {
    width: 120px;
    margin: 0 auto;
}

#playBox .smalltitle ul li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background: #ffffff;
    float: left;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

#playBox .smalltitle .thistitle {
    background: #69aaec;
}